home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 40 / Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso / -screenplay- / shareware / starbirds / s / starbirds.lha / sbinstall_e < prev    next >
Text File  |  1999-02-27  |  1KB  |  31 lines

  1. echo ""
  2. echo "Welcome to the installation of Starbirds"
  3. echo "----------------------------------------"
  4. echo ""
  5. echo "For the installation the 'lha' packer is required. Please"
  6. echo "make sure, that the program 'lha' is found in the system path."
  7. echo ""
  8. echo "Please insert a DD floppy disk into drive df0:."
  9. echo "Important: all data on this floppy disk will be lost after"
  10. echo "installation."
  11. echo ""
  12. echo "As soon as you have inserted the disk, please confirm the next"
  13. echo "question with 'y'."
  14. echo ""
  15. ask "Begin installation (y/n)?"
  16. if not warn
  17.         quit 0
  18. else
  19.         echo "Floppy disk is going to be formatted:"
  20.         format drive df0: name Starbirds ofs
  21.         install df0:
  22.         echo "The starbirds files are going to be installed"
  23.         lha x starbirds.lha df0:
  24.         echo ""
  25.         echo "Installation complete. To start the game, please insert your"
  26.         echo "Starbirds floppy disk into drive df0: and boot your AMIGA."
  27.         echo "The game will be started automatically."
  28.         echo ""
  29.         echo "Have fun with Starbirds!"
  30. endif
  31.